home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / mountall-reboot.conf < prev    next >
Text File  |  2009-10-26  |  261b  |  12 lines

  1. # mountall-reboot - Reboot after filesystems are changed
  2. #
  3. # If mountall exits to indicate a reboot is required, this does the
  4. # necessary reboot.
  5.  
  6. description    "Reboot after filesystems are changed"
  7.  
  8. start on stopped mountall EXIT_STATUS=5
  9.  
  10. task
  11. exec reboot -f
  12.